Skip to content

ci: configuration to include optional arguments for running tests during deployment #1819

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jun 3, 2025

Conversation

Harsh-Microsoft
Copy link
Contributor

Purpose

This pull request updates the CI workflow configuration to include optional arguments for running tests during the CI and deployment process. The change aims to enhance flexibility in specifying additional parameters for testing.

Workflow configuration changes:

  • .github/workflows/ci.yml: Updated the runCmd parameter in the jobs: section to include an optional_args variable pointing to the ./code/tests directory, allowing tests to be run as part of the CI and deployment process.

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

@Avijit-Microsoft Avijit-Microsoft merged commit 27211e9 into dev Jun 3, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants